overrideConsoleSerialPort

@get:JvmName(name = "getOverrideConsoleSerialPort")
@set:JvmName(name = "setOverrideConsoleSerialPort")
var overrideConsoleSerialPort: Boolean
Overrides the platform's defacto Serial port instance to use with Serial module config settings
This is currently only usable in output modes like NMEA / CalTopo and may behave strangely or not work at all in other modes
Existing logging over the Serial Console will still be present

bool override_console_serial_port = 8;